/* 滚动条 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #003574;
}

.container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}

.pc-head {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.header-active {
    background: #2b2c2d;
}

.pc-head .logo {
    font-size: 2rem;
    color: #fff;
}

.pc-head .nav>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 100px;
    color: #fff;
    padding: 0 30px;
}

.pc-head .nav>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #003574;
}

.pc-head .nav>li>a:hover::after {
    width: 100%;
}

header .m-head,
header .m-nav {
    display: none;
}


header .pc-head .dropdown-menu {
    background: rgba(0, 0, 0, .8);
    margin: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
    border: 0;
}

header .pc-head .dropdown-menu .dropdown-item {
    padding: 0;
}

header .pc-head .dropdown-menu .dropdown-item a {
    background: unset;
    padding: 10px 30px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

header .pc-head .dropdown-menu .dropdown-item a:hover {
    color: #333;
}

/* 汉堡包 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/* 汉堡包点击动态切换 */
.hamburger--slider .hamburger-inner {
    top: 0;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .pc-head .logo {
        font-size: 1.5rem;
        padding-left: 15px;
        transition: all .5s ease;
        -webkit-transition: all .5s
    }

    .pc-head .nav li>a {
        padding: 0 20px;
        transition: all .5s ease;
        -webkit-transition: all .5s
    }
}

@media screen and (min-width: 1024px) and (max-width: 1299px) {
    .pc-head .logo {
        font-size: 1.3rem;
        padding-left: 15px;
        transition: all .5s ease;
        -webkit-transition: all .5s
    }

    .pc-head .nav li>a {
        padding: 0 15px;
        transition: all .5s ease;
        -webkit-transition: all .5s
    }
}

@media screen and (min-width: 1024px) {
    header .m-navList {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .pc-head {
        display: none;
    }

    header .m-head,
    header .m-nav {
        display: block;
    }

    header .m-head {
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 1050;
        overflow: hidden;
        padding: 5px;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, .3);
    }

    header .m-head .logo img {
        max-height: 50px;
    }

    header .m-nav ul {
        margin: 0;
        padding: 0;
    }

    header .m-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 70px;
        right: 0;
        z-index: 99;
        display: none;
        background: rgba(0, 0, 0, .5);
        transition: unset;
    }

    header .m-nav ul {
        background: black;
    }

    header .m-nav .m-navList>ul>li {
        padding: 0 5%;
        border-bottom: 1px solid #444;
    }

    header .m-nav ul li a {
        font-size: 14px;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        display: block;
    }
}

/* 底部 */
footer {
    background-color: #2b2c2d;
    padding-top: 60px;
    color: #c7c7c7;
    border-top: 5px solid #fff;
}

.foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .foot-logo {
    margin-bottom: 20px;
}

.foot .foot-logo img {
    height: 45px;
}

.foot .foot-nav {
    font-size: 16px;
}

.foot .foot-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.foot .foot-nav ul li a {
    color: #c7c7c7;
}

.foot .foot-nav ul li::after {
    content: '|';
    padding: 0 10px;
    opacity: 0.3;
}

.foot .foot-nav ul li:last-child::after {
    content: '';
}

.foot .foot-nav ul li a:hover {
    color: #fff;
}

.foot .foot-right {
    display: flex;
}

.foot .foot-right .foot-ewm {
    width: 110px;
}

.foot .foot-right .foot-text {
    text-align: right;
    margin-right: 20px;
}

.foot .foot-right .foot-text p {
    margin: 10px 0;
}

.foot .foot-right .foot-text p span {
    background-repeat: no-repeat;
    padding-left: 30px;
}

.foot .foot-right .foot-text .i1 {
    background-image: url(../images/icon6.png);
}

.foot .foot-right .foot-text .i2 {
    background-image: url(../images/icon7.png);
}

.foot .foot-right .foot-text .i3 {
    background-image: url(../images/icon5.png);
}

.foot-copy {
    margin-top: 60px;
    background-color: #272829;
    padding: 20px 0;
}

.m-foot {
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.m-foot a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.m-foot a i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.m-foot a i.i1 {
    background-image: url(../images/f_01.png);
}

.m-foot a i.i2 {
    background-image: url(../images/f_02.png);
}

.m-foot a i.i3 {
    background-image: url(../images/f_04.png);
}

.m-foot a i.i4 {
    background-image: url(../images/f_03.png);
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .foot .foot-nav ul li a {
        font-size: 14px;
    }

    .foot .foot-nav ul li::after {
        padding: 0 5px;
    }

    .foot .foot-right .foot-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    footer {
        padding-top: 30px;
    }

    .foot .foot-left {
        display: none;
    }

    .foot .foot-right {
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

    .foot .foot-right .foot-text {
        text-align: left;
    }

    .foot .foot-right .foot-ewm {
        width: 80px;
    }

    .foot .foot-right .foot-text p {
        font-size: 14px;
    }

    .foot .foot-nav ul li::after {
        padding: 0 5px;
    }

    .foot-copy {
        font-size: 14px;
        text-align: center;
        margin-top: 30px;
        padding: 0;
    }

    .m-foot {
        display: block;
    }
}

/* 分页 */
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #164db0;
    border: 1px solid #164db0;
}

.pagination a.page-num-current {
    color: #fff;
    background: #164db0;
    border: 1px solid #164db0;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}